home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 August / EnterCD 08_2005.iso / boot / menus / hdd2.scn < prev    next >
Encoding:
Text File  |  2005-04-27  |  3.8 KB  |  66 lines

  1. #
  2. # Hard Disk Tools #2
  3. #
  4. hdd2_menu:
  5. set textColor = color[white on black]
  6. clear
  7. set textColor = color[yellow on blue]
  8. print "                            ULTIMATE BOOT CD VER 3.3                            "
  9. print "                         http://www.ultimatebootcd.com/                         "
  10. print "                                                                                "
  11. set textColor = color[white on red]
  12. print "                             [Hard Disk Tools 2/5]                              "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " Hard Disk Diagnosis                                                            "
  17. set textColor = color[white on cyan]
  18. print "                                                                                "
  19. set textColor = color[grey on cyan]
  20. print " -- IBM/Hitachi --                     -- Fujitsu --                            "
  21. set textColor = color[white on cyan]
  22. print " [F1] Drive Fitness Test V4.02         [F2] Diagnostic Tool V6.20               "
  23. print "                                                                                "
  24. set textColor = color[grey on cyan]
  25. print " -- Seagate --                         -- Samsung --                            "
  26. set textColor = color[white on cyan]
  27. print " [F3] SeaTools Desktop V1.06.02        [F5] SHDIAG V1.25                        "
  28. print " [F4] SeaTools Desktop v3.00.07en      [F6] HUTIL V1.21                         "
  29. print "                                                                                "
  30. set textColor = color[grey on cyan]
  31. print " -- Western Digital --                 -- Maxtor/Quantum --                     "
  32. set textColor = color[white on cyan]
  33. print " [F7] DLG Diagnostic V4.15              [1] PowerMax V4.09                      "
  34. print " [F8] DLG Diagnostic V5.04c             [2] PowerMax V4.21                      "
  35. print " [F9] Data Lifeguard V11.0              [3] SCSIMax V1.21                       "
  36. print "                                                                                "
  37. print "                                                                                "
  38. print "                                                                                "
  39. print "                                                                                "
  40. print "                                                                                "
  41. set textColor = color[white on blue]
  42. print "    Left/right arrow key for previous/next screen. ESC returns to main menu.    "
  43. set textColor = color[white on black]
  44.  
  45. #
  46. # Actions
  47. #
  48. getkey
  49. clear
  50. if ($lastKey == key[f1]); then memdisk /images/dft.igz
  51. if ($lastKey == key[f2]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=fujitsu
  52. if ($lastKey == key[f3]); then memdisk /images/seatool1.igz
  53. if ($lastKey == key[f4]); then memdisk /images/seatool3.igz
  54. if ($lastKey == key[f5]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=samsung
  55. if ($lastKey == key[f6]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=hutil
  56. if ($lastKey == key[f7]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=dlgdiag4
  57. if ($lastKey == key[f8]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=dlgdiag5
  58. if ($lastKey == key[f9]); then memdisk /images/datalife.igz
  59. if ($lastKey == key[1]); then memdisk /images/powmx409.igz
  60. if ($lastKey == key[2]); then memdisk /images/powermax.igz
  61. if ($lastKey == key[3]); then isolinux memdisk initrd=/images/freedos.img ubcdcmd=scsimax
  62. if ($lastKey == key[left]); then script hdd.scn
  63. if ($lastKey == key[right]); then script hdd3.scn
  64. if ($lastKey == key[esc]); then script main.scn
  65. goto hdd2_menu
  66.